Carbon


GetMenuExcludesMarkColumn

Header: Menus.h Carbon status: Not Recommended

Returns whether a menu contains space for mark characters.

Boolean GetMenuExcludesMarkColumn (
    MenuHandle menu
);
menu

A handle to the menu whose width is to be examined.

function result

Returns true if the menu currently contains no space for mark characters; false if the menu is currently drawn in its full width, with space for mark characters.

DISCUSSION

See also the SetMenuExcludesMarkColumn function.

VERSION NOTES

This function is available with Mac OS 8.5 and later.

AVAILABILITY

Not recommended in Carbon. Available in CarbonLib 1.0 and later when MenusLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by MenusLib 8.5 and later.

CARBON NOTES

You should instead inspect the kMenuExcludesMarkColumn menu attribute using the GetMenuAttributes function.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)